home *** CD-ROM | disk | FTP | other *** search
- // --- L-System Parser/Mutator --- Lj Lapre ---
- // use with output.inc generated by lparser -bc
- // and change direction/zoom scale to get correct view
-
- #include "colors.inc"
- #include "shapes.inc"
- #include "textures.inc"
-
- // Setup camera
-
- camera {
- location <200, 180, 250>
- direction <0, 0, 2.0>
- look_at <0, 0, 0>
- }
-
- // Setup light sources
-
- object { light_source { <200, 180, 250> color White } }
-
- object {
- blob {
- threshold 0.5
- #include "output.inc"
- sturm
- }
- finish { ambient 0.3 diffuse 0.7 phong 1 }
- pigment { color red 1 }
- }
-